This is what I tried,but seems not working : [root@ ~]# netstat -a|grep 48772 udp 0 0 *:48772 *:* [root@ ~]# telnet localhost 4... ... Another option is to use socat: $ socat - UDP:localhost:48772 which connects its standard input to port 48772 on localho